home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Scanner Tech - Concepts / background_2601.txt < prev    next >
Text File  |  1990-04-02  |  3KB  |  124 lines

  1. -- background: 2601 from stack: in
  2. -- bmap block id: 3217
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Setting Up Scanner
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   hide menuBar
  10. end openStack
  11. on openCard
  12.   hide menuBar
  13. end openCard
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. -- part 17 (button)
  22. -- low flags: 00
  23. -- high flags: 2000
  24. -- rect: left=228 top=317 right=337 bottom=255
  25. -- title width / last selected line: 0
  26. -- icon id / first selected line: 21700 / 21700
  27. -- text alignment: 1
  28. -- font id: 0
  29. -- text size: 12
  30. -- style flags: 0
  31. -- line height: 16
  32. -- part name: New Button
  33. ----- HyperTalk script -----
  34. on mouseUp
  35.   visual dissolve slow to card
  36.   go to card id 7270 of stack "Technology Home Card"
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 23 (button)
  42. -- low flags: 00
  43. -- high flags: 8004
  44. -- rect: left=7 top=317 right=338 bottom=110
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: The System
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   push card
  56.   visual effect zoom open
  57.   go to card id 7270 of stack "Scanner Tech - System"
  58. end  mouseUp
  59.  
  60.  
  61.  
  62. -- part 24 (button)
  63. -- low flags: 00
  64. -- high flags: 8004
  65. -- rect: left=119 top=317 right=338 bottom=222
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: How It Works
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   visual effect zoom open
  77.   go to card id 7270 of stack "Scanner Tech - Works"
  78. end mouseUp
  79.  
  80.  
  81.  
  82.  
  83. -- part 25 (button)
  84. -- low flags: 00
  85. -- high flags: C004
  86. -- rect: left=263 top=317 right=338 bottom=366
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 0 / 0
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: Scan. Concepts
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   push card
  98.   visual effect zoom open to card
  99.   set hilite of background button "Scan. Concepts" to true
  100.   go to card id 7270
  101. end mouseUp
  102.  
  103.  
  104.  
  105. -- part 27 (button)
  106. -- low flags: 00
  107. -- high flags: 8004
  108. -- rect: left=376 top=317 right=338 bottom=505
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 0 / 0
  111. -- text alignment: 1
  112. -- font id: 0
  113. -- text size: 12
  114. -- style flags: 0
  115. -- line height: 16
  116. -- part name: File Formats
  117. ----- HyperTalk script -----
  118. on mouseUp
  119.   visual effect zoom open
  120.   go to card id 7270 of stack "Scanner Tech - File Formats"
  121.   set hilite of background button "File formats" to true
  122. end mouseUp
  123.  
  124.